home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / fxclsv01.zip / FXIMPORT.CMD < prev    next >
OS/2 REXX Batch file  |  1997-04-14  |  244b  |  10 lines

  1. /*  */                                                                  
  2.  
  3.    Arguments = Arg(1)
  4.     FaxOperator = .FxOperator~new
  5.     ResultCode = FaxOperator~Submit('import 'Arguments)
  6.    SAY ResultCode
  7.    exit
  8.  
  9. ::REQUIRES FxMObj.CLS
  10.